home *** CD-ROM | disk | FTP | other *** search
- %case sourcefile%
- %genfile Window windname%
- %case include%
- #include "%windname%.h"
- %case windowKind%
- , W%WindName%
- %case windowFields%
- /* for %WindName%: */
- %for each item gen window field%
- %case open%
- Open%WindName% (fName, vRefNum, fRefNum);
- %case close%
- case W%WindName%:
- Close%WindName% ();
- break;
- %case typein%
- case W%WindName%:
- TypeIn%WindName% (ch);
- break;
- %case mousein%
- case W%WindName%:
- MouseIn%WindName% (where, modifiers);
- break;
- %case update%
- case W%WindName%:
- Update%WindName% ();
- break;
- %case activate%
- case W%WindName%:
- Activate%WindName% (activate);
- break;
- %case resize%
- case W%WindName%:
- Resize%WindName% ();
- break;
- %case scroll%
- case W%WindName%:
- Scroll%WindName% (newValue, oldValue);
- break;
- %case track%
- case W%WindName%:
- Control%WindName% (whichControl, whichPart, where);
- break;
-